darkplaces-dbg software package provides debug symbols for the DarkPlaces game engine, you can install in your Ubuntu 16.04 LTS (Xenial Xerus) by running the commands given below on the terminal,
$ sudo apt-get update $ sudo apt-get install darkplaces-dbg
darkplaces-dbg is installed in your system.
Make ensure the darkplaces-dbg package were installed using the commands given below,
$ sudo dpkg-query -l | grep darkplaces-dbg *
You will get with darkplaces-dbg package name, version, architecture and description in a table
| Distro | Ubuntu 16 04 lts xenial xerus |
| Section | Debug packages |
| Package | darkplaces-dbg |
| Version | 0~20140513+svn12208-2build1 |
| Description | debug symbols for the DarkPlaces game engine |
| Sub Section | debug |